home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls029.1.Z / tls029.1 / systems / 487 < prev    next >
Encoding:
Text File  |  1994-04-19  |  1.6 KB  |  31 lines

  1. MKS LEX & YACC, Version 3.1 - Mortice Kern Systems Inc.
  2.  
  3. KEYWORDS: office automation/tools, software development, configuration management, file management, Source Code Managers                    , 519     
  4.  
  5. Lexical Analyzer
  6.  
  7. The newest release of MKS LEX & YACC, Version 3.1, offers YACC Tracker, an
  8. interactive trace facility for MKS YACC-generated parsers. YACC Tracker
  9. provides a visual interface into MKS YACC's grammars to allow users to see
  10. interactively what the grammar is doing. MKS YACC now has additional tables and
  11. tracing interfaces which provides printable tokens and their YACC types, as
  12. well as encoded lists of rules and YACC parser states. online manual pages
  13. display how to use these commands. A new integrated manual includes tutorials
  14. with examples for C++, C, and Turbo Pascal, programming guides and new sections
  15. on symbol table management and how to use YACC Tracker. MKS LEX & YACC is used
  16. to develop programs that analyze and interpret input. The developer supplies
  17. actions to be taken during the scanning and parsing process, and applies
  18. meaning to the output provided by MKS LEX & YACC. MKS LEX builds a lexical
  19. analyzer -a C++, C, or Turbo Pascal function that takes a stream of input and
  20. breaks it up into tokens according to the rules specified by the user. MKS YACC
  21. builds a parser -a C++, C, or Turbo Pascal function that takes a stream of
  22. tokens (such as those provided by MKS LEX) and matches them against the grammar
  23. you provide. MKS LEX & YACC is fully compatible with System V and BSD UNIX
  24. system lex and yacc.
  25.  
  26.  
  27. Mortice Kern Systems Inc.
  28. Tel: (519) 884-2251 
  29. Toll free: (800) 265-2797           
  30. Fax: (519) 884-8861
  31.